
/*--公共部分--*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
body,td,th {font-family: "微软雅黑";	font-size: 14px; color: #1e1d1d;}
body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre { margin: 0; padding: 0; border: 0; }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }

ul, li { list-style: none; overflow:hidden;}

img { border: 0px; vertical-align: middle; cursor: pointer;  transition: all 0.6s;}
img:hover{transform: scale(1.1);}

table { border-collapse: collapse; border-spacing: 0; }

table th, table td { border: 1px solid #ccc; }

*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; }

article, aside, footer, header, nav, section { display: block; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer; }

a:hover { background-repeat: no-repeat; text-decoration: none; }

a, input[type="button"], button, label, input[type="submit"], input[type="reset"] { cursor: pointer; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input, textarea, select { outline: none; }

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea { outline-style: none; -webkit-appearance: none; resize: none; border: none; -webkit-border-radius: 0; border-radius: 0; }

textarea { overflow: auto; vertical-align: top; }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important; }

.bd_weixin_popup, .content-box { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { *zoom: 1; }

.clear { clear: both; line-height: 0; height: 0; font-size: 0; }

.fl { float: left; }

.fr { float: right; }

.show { display: block !important; }

.hide { display: none !important; }

.commonweb { padding: 0px 10px; }

.commonwebbox { margin-left: 0px; margin-right: 0px; }

.commonleft { float: none; }

.commonright { float: none; }

.visible-sm, .visible-md, .visible-lg { display: none; }

.hidden-sm, .hidden-md, .hidden-lg { display: block; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; padding-left: 10px; padding-right: 10px; }

.col-xs-12 { width: 100%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-10 { width: 83.33333333%; }

.col-xs-9 { width: 75%; }

.col-xs-8 { width: 66.66666667%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-6 { width: 50%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-4 { width: 33.33333333%; }

.col-xs-3 { width: 25%; }

.col-xs-2 { width: 16.66666667%; }

.col-xs-1 { width: 8.33333333%; }


/* layout start*/
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -o-transition-property: -o-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform, -o-transform; transition-property: transform,-webkit-transform,-o-transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); -o-transform: translate(0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-transition-property: -webkit-transform,height; -o-transition-property: -o-transform; -webkit-transition-property: height,-webkit-transform; transition-property: height,-webkit-transform; -o-transition-property: height,-o-transform; transition-property: transform,height; transition-property: transform,height,-webkit-transform,-o-transform; }

.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

.swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; -webkit-border-radius: 100%; border-radius: 100%; background: #000; }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -moz-appearance: none; -ms-appearance: none; -webkit-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-bullet-active { opacity: 1; background: #007aff; }

.swiper-scrollbar { -webkit-border-radius: 10px; border-radius: 10px; position: relative; -ms-touch-action: none; background: #dde2e9; }

.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 0px; bottom: 20px; z-index: 50; height: 2px; width: 100%; opacity: 1 !important; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }

.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: #c1c7cf; -webkit-border-radius: 10px; border-radius: 10px; left: 0; top: 0; }

.swiper-scrollbar-cursor-drag { cursor: move; }

.animated { -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; }

.animated.infinite { -webkit-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.animated.hinge { -webkit-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY { -webkit-animation-duration: .75s; -o-animation-duration: .75s; animation-duration: .75s; }

/*--首页--*/
.top { width:1100px; margin:0 auto; overflow:hidden;}
.dh { background:#005685; height:50px;}
.dh ul { width:1100px; margin:0 auto; display:flex; flex-wrap:no-wrap; justify-content:center;}
.dh ul li{ width:11%; height:50px; padding:14px 0 0 14px;}
.dh ul li:hover { background:#0081c7;}
.dh ul li img{ float:left;}
.dh ul li a{ float:left; color:#fff; font-size:18px; padding-left:5px;}
.imbody { width:100%;}
.indexMain { width: 1100px; margin: 0px auto; }

.Main { width: 1100px; margin: 0px auto; padding: 0px 10px; }

.fLeft { float: left; }

.fRight { float: right; }

.indexMaintop { background-color: #b82d32; height: 40px; line-height: 40px; font-size: 14px; color: #fff; }

.indexMaintop dt { float: left; }

.indexMaintop dt span { padding: 0px 10px; }

.indexMaintop dd { float: right; }

.indexHeader { padding: 20px 0px; }

.indexLogo { float: left; }

.indexLogo dt { float: left; width: 204px; }

.indexLogo dt img { display: block; width: 100%; }

.indexLogo dd { float: left; color: #666666; line-height: 22px; padding-top: 10px; padding-left: 70px; }

.indexHeaderBanner { float: left; width: 460px; margin-left: 120px; }

.indexHeaderTel { float: right; padding-left: 25px; color: #333333; font-weight: 700; margin-top: 17px; }

.indexNavbox { border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }

.indexNav { float: left; }

.indexNav ul li { float: left; }

.indexNav ul li a { display: block; padding: 0px 30px; line-height: 58px; font-size: 18px; font-weight: 500; }

.indexNav ul li:hover a { background-color: #b82d32; color: #fff; }

.indexNav ul li.cur a { background-color: #b82d32; color: #fff; }



.indexBanner { padding-top: 10px; }

.indexBanner img { display: block; width: 100%; max-height: 100px; }

.indexHeadline { margin:10px auto 25px; background: #fffbe8; position:relative; text-align: center; padding:25px 0;}

.indexHeadlineMore { position:absolute; width:38px; right:0px; top:0; line-height:18px; font-size:16px; color:#e0aa5a; background:#fdf3c4; height:100%; display:flex; align-items:center; justify-content:center;}
.indexHeadlineMore:hover {color:#e58b04;}
.indexHeadline h3 a{ font-size: 40px; color: #e58b04; font-weight: 700; overflow: hidden; height: 60px; line-height: 60px; text-overflow: ellipsis; white-space: nowrap; }
.indexHeadline h3 a:hover {color: #d10e18;}
.indexHeadline p a{ font-size: 16px; margin-top:5px; overflow: hidden; height: 24px; line-height: 24px; text-overflow: ellipsis; white-space: nowrap; color: #757575; }
.indexHeadline p a:hover { color: #e58b04; }

/*--滚动图片 --*/
.indexImgNewslistbox { margin-top: 10px; display:flex; flex-wrap:wrap;}

.indexImgNewslist { width:726px; overflow: hidden; position: relative; }

.indexImgNewslist ul li { width:726px; height:450px; overflow: hidden; }

.indexImgNewslist ul li img { display: block; width:726px; height:450px; }

.indexImgNewslist ul li p a{ position: absolute; width:100%; padding-left:20px; background:rgba(0,0,0,.5); bottom:0; z-index: 9; font-size:15px; color: #fff; overflow: hidden; height: 42px; line-height: 42px; text-overflow: ellipsis; white-space: nowrap; }

.indexImgNewslistdot { position: absolute; right: 10px; min-width: 70px; bottom: 10px; text-align: center; z-index: 20; }

.indexImgNewslistdot a { display: inline-block; line-height: 999px; overflow: hidden; width: 10px; margin: 0px 3px; height: 10px; -webkit-border-radius: 100%; border-radius: 100%; background-color: #fff; opacity: 0.7; filter: alpha(opacity=70); }

.indexImgNewslistdot a.cur { opacity: 1; filter: alpha(opacity=100); }

/*--新闻内容 --*/
.newlist { width:374px; z-index: 99; padding-left:20px;}
.newlist ul {}
.newlist ul li a { line-height:36px; font-size:15px; color:#1e1d1d; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.newlist ul li a:hover {color:#e58b04;}
.newlist ul li:first-child a { font-size:16px; font-weight:bold;}



.indexCommonClass { margin-top: 35px; height: 45px; background-color: #fff; position: relative; }

.indexCommonClass h3 { position: absolute; bottom: 0px; left: 0px; background-color: #b82d32; font-size: 30px; font-weight: 700; height: 60px; padding: 0px 20px; line-height: 60px; color: #fff; -webkit-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px; }

.indexCommonClass h3 img { margin: 0px 8px; }

.indexCommonClass p { line-height: 45px; float: right; }

.indexCommonClass p a { color: #333333; font-size: 18px; font-weight: 500; padding: 0px 28px; }

.indexCommonClass p a:hover { font-weight: 700; color: #b82d32; font-weight: 700; }

.indexNewsTitle { border-bottom: 1px solid #eeeeee; margin-bottom: 15px;}

.indexNewsTitle a { float: right; padding-right:5px; color:#adadad; font-size:14px; line-height:30px;}
.indexNewsTitle a:hover {color:#e58b04;}

.indexNewsTitle span { color: #e58b04; font-size:20px; font-weight: bold; border-bottom:3px solid #f8b551; display: inline-block; padding-bottom:5px; }

.indexNewsTitle .StudyImg { border-bottom: 1px solid #b82d32; padding-bottom: 18px; margin-bottom: -1px; }

.indexNewsTitle .StudyMore { margin-top: 10px; }

.indexNewsbox { margin-top:20px; display:flex; justify-content: space-between; flex-wrap:wrap;}

.indexYaowenbox { width: 930px; }

.indexVideobox { width: 460px; }

.indexYaowen {width:353px; margin-bottom:30px;}
.yaowenimg { margin:10px auto; display:inline-block; position:relative;}
.yaowenimg img{ width:353px; height:200px;}
.yaowenimg p{font-size:14px; line-height:30px; color:#fff; width:100%; position:absolute; bottom:0; background:rgba(0,0,0,.5); width:100%; padding:0 20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.indexNewsBinhai { background-color: #fff; height: 244px; margin-top: 10px; padding: 40px 30px 0px; }

.indexNewsBinhai dl dt { float: left; width: 445px; padding-top: 32px; }

.indexNewsBinhai dl dt img { margin-right: 20px; float: left; width: 180px; height: 100px; }

.indexNewsBinhai dl dt h3 { color: #333333; font-size: 16px; font-weight: 700; overflow: hidden; height: 24px; line-height: 24px; text-overflow: ellipsis; white-space: nowrap; }

.indexNewsBinhai dl dt p { color: #666666; font-size: 16px; margin-top: 10px; height: 48px; overflow: hidden; }

.indexNewsBinhai dl dd { float: right; width: 400px; }


.indexNewsNotice { background-color: #fff; margin-top: 10px; height: 190px; padding: 25px 30px 0px; }

.indexNewslist {}

.indexNewslist li {}

.indexNewslist li a { display: block; font-size: 15px; color:#1e1d1d; overflow: hidden; line-height:36px; text-overflow: ellipsis; white-space: nowrap; }

.indexNewslist li a:hover { color:#e58b04; }

.indexNewslist li a .newsLabel { color: #b82d32; }

.indexBrandscrollbox { background: #fff; height: 280px; position: relative; padding: 30px 30px 0px; margin-top: 10px; }

.indexBrandscrollbox span { z-index: 8; background-color: rgba(0, 0, 0, 0.6); background-repeat: no-repeat; cursor: pointer; background-position: center; width: 30px; height: 60px; position: absolute; top: 50%; margin-top: -50px; }

.indexBrandscrollbox span.BrandNext { background-image: url(img24.png); right: 30px; }

.indexBrandscrollbox span.BrandPrev { background-image: url(img23.png); left: 30px; }

.indexBrandscroll { width: 100%; position: relative; overflow: hidden; }

.indexBrandscroll ul { width: 9999px; position: relative; }

.indexBrandscroll ul li { float: left; width: 305px; margin-right: 40px; }

.indexBrandscroll ul li img { display: block; width: 305px; max-height: 175px; }

.indexBrandscroll ul li p { color: #282828; text-align: center; font-size: 16px; margin-top: 15px; overflow: hidden; height: 24px; line-height: 24px; text-overflow: ellipsis; white-space: nowrap; font-weight: 700; }

.indexStudy { background: #fff; width: 460px; height: 553px; margin-top: 10px; padding: 18px 30px 0px; overflow: hidden; }

.indexStudy ul { width: 460px; padding-top: 8px; }

.indexStudy ul li { float: left; width: 190px; margin-right: 20px; padding-top: 12px; }

.indexStudy ul li img { display: block; width: 190px; height: 110px; }

.indexStudy ul li p { color: #282828; font-size: 14px; margin-top: 7px; overflow: hidden; height: 24px; line-height: 24px; text-overflow: ellipsis; white-space: nowrap; font-weight: 700; }

/*--专题--*/
.indexTopicbox { margin-top: 10px; width: 930px; }
.indexTopiclistbox {padding:10px 0px; position:relative; }
.indexTopiclistbox em { z-index: 8; background-color: rgba(0, 0, 0, 0.6); background-repeat: no-repeat; cursor: pointer; background-position: center; width: 30px; height: 60px; position: absolute; top: 50%; margin-top: -9px; }
.indexTopiclistbox em.TopiclistNext { background-image: url(img24.png); right:0;}
.indexTopiclistbox em.TopiclistPrev { background-image: url(img23.png);}
.indexTopiclist { margin:10px 0px; position: relative; overflow: hidden; }
.indexTopiclist ul { width: 9999px; position: relative; }
.indexTopiclist ul li { float: left; width:220px; margin-right: 12px; }
.indexTopiclist ul li img { display: block; width:220px; max-height:80px; }
.indexTopiclist ul li p { color: #282828; font-size: 14px; margin-top: 15px; overflow: hidden; height: 24px; line-height: 24px; text-overflow: ellipsis; white-space: nowrap; font-weight: 700; text-align: center; }


/*--公益广告--*/
.indexSpecialColumn { overflow: hidden; margin:25px auto 30px; }
.indexSpecialColumn ul { display:flex; flex-wrap:wrap; justify-content: space-between;}
.indexSpecialColumn ul li { width:250px;}
.indexSpecialColumn ul li img {width:250px;height: 140px;}
.indexSpecialColumn ul li p { font-size:14px; text-align:center; line-height:36px;}
.indexSpecialColumn ul li a:hover {color:#e58b04;}


.indexHotspot { height: 100px; background-color: #fff; position: relative; margin-top: 10px; padding-left: 50px; }

.indexHotspot .HotspotTitle { position: absolute; width: 50px; height: 100%; left: 0px; top: 0px; font-size: 24px; font-weight: 700; line-height: 32px; padding: 20px 12px 0px; color: #fff; background-color: #b21e23; }

.indexHotspot h3 a { display: block; line-height: 100px; height: 100px; font-weight: 700; font-size: 40px; color: #b82d32; text-align: center; padding: 0px 20px; }

.indexAttentionbox { width: 520px; margin-top: 10px; }

.indexAttention { background-color: #fff; height: 430px; padding: 30px 30px 0px; }

.indexAttentionList { padding-top: 10px; }

.indexAttention dl dt { padding-top: 20px; }

.indexAttention dl dt a { display: block; overflow: hidden; height: 24px; line-height: 24px; text-overflow: ellipsis; white-space: nowrap; font-size: 20px; font-weight: 700; }

.indexAttention dl dd { padding-top: 10px; }

.indexAttention dl dd p a { display: block; overflow: hidden; height: 26px; line-height: 26px; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; font-weight: 400; }

.indexChengshibox { width: 870px; height: 656px; background-color: #fff; padding: 30px 30px 0px; margin-top: 10px; }

.indexChengshi { width: 100%; overflow: hidden; position: relative; margin-top: 20px; }

.indexChengshi dl { width: 870px; }

.indexChengshi dl dt { float: left; width: 537px; height: 346px; margin-top: 10px; margin-right: 10px; }

.indexChengshi dl dt img { width: 537px; height: 346px; display: block; }

.indexChengshi dl dd { float: left; width: 263px; height: 168px; margin-top: 10px; position: relative; margin-right: 10px; }

.indexChengshi dl dd img { display: block; width: 263px; height: 168px; }

.indexChengshi dl p { position: absolute; left: 0px; right: 0px; bottom: 0px; color: #fff; font-size: 15px; font-weight: 700; height: 50px; line-height: 50px; padding: 0px 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.indexChengshiList { width: 537px; height: 346px; position: relative; overflow: hidden; }

.indexChengshiList ul li { width: 537px; height: 346px; position: relative; overflow: hidden; }

.indexChengshiListdot { position: absolute; right: 10px; min-width: 50px; bottom: 15px; text-align: center; z-index: 20; }

.indexChengshiListdot a { display: inline-block; line-height: 999px; overflow: hidden; width: 8px; margin: 0px 3px; height: 8px; -webkit-border-radius: 100%; border-radius: 100%; background-color: #fff; opacity: 0.7; filter: alpha(opacity=70); }

.indexChengshiListdot a.cur { opacity: 1; filter: alpha(opacity=100); }

.indexfact { height: 216px; position: relative; margin-top: 10px; }

.indexfact a { display: block; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }

.indexfact a p { position: absolute; left: 50%; top: 50%; margin: -42px 0px 0px -48px; font-size: 24px; font-weight: 700; color: #fff; text-align: center; }

.indexfact a p img { display: block; margin: 0px auto 8px; }

.indexFinancialMediabox { margin-top: 10px; padding-bottom: 100px; }

.indexBroadcastbox { width: 460px; }

.indexBroadcast { background-color: #fff; height: 372px; padding: 30px 30px 0px; }

.indexBroadcast dl { padding-top: 40px; padding-bottom: 25px; }

.indexBroadcast dl dt { float: left; width: 80px; }

.indexBroadcast dl dt img { display: block; width: 80px; }

.indexBroadcast dl dd { float: right; width: 300px; padding-top: 13px; }

.indexBroadcast dl dd audio { outline: none; }

.indexAudiolist { padding: 10px 0px; }

.indexAudiolist li { padding-top: 10px; }

.indexAudiolist li a { display: block; font-size: 16px; color: #666666; overflow: hidden; height: 24px; line-height: 24px; text-overflow: ellipsis; white-space: nowrap; padding-left: 25px; }

.indexZhibo { background-color: #fff; height: 406px; padding: 30px 30px 0px; margin-top: 10px; }

.indexZhibo dl { padding-top: 30px; }

.indexZhibo dl dt { position: relative; }

.indexZhibo dl dt img { display: block; width: 100%; }

.indexZhibo dl dt:after { content: ''; display: block; position: absolute; width: 45px; height: 45px; left: 50%; top: 50%; margin: -22.5px 0px 0px -22.5px; }

.indexZhibo dl dd { font-size: 16px; color: #282828; font-weight: 700; overflow: hidden; height: 24px; line-height: 24px; text-overflow: ellipsis; white-space: nowrap; margin-top: 15px; }

.indexFinancialMediaColumn { background-color: #fff; height: 410px; padding: 30px 30px 0px; margin-top: 10px; }

.indexFinancialMediaColumn ul { padding-top: 20px; }

.indexFinancialMediaColumn ul li { margin-top: 10px; }

.indexFinancialMediaColumn ul li img { display: block; width: 100%; }

.indexTVbox { width: 930px; }

.indexTV { background-color: #fff; height: 372px; padding: 30px 30px 0px; }

.indexTVlistbox { width: 430px; padding-top: 20px; }

.indexTVlist li { padding-top: 10px; }

.indexTVlist li a { display: block; font-size: 16px; color: #666666; overflow: hidden; height: 24px; line-height: 24px; text-overflow: ellipsis; white-space: nowrap; padding-left: 25px; }

.indexTVImg { width: 400px; margin-top: 33px; position: relative; }

.indexTVImg img { display: block; width: 400px; height: 225px; }

.indexTVImg a:after { content: ''; display: block; position: absolute; width: 45px; height: 45px; left: 50%; top: 50%; margin: -22.5px 0px 0px -22.5px; }

.indexNewMediabox { width: 460px; }

.indexNewMedia { background-color: #fff; height: 406px; padding: 30px 30px 0px; margin-top: 10px; overflow: hidden; }

.indexNewMedia ul { width: 460px; padding-top: 30px; }

.indexNewMedia ul li { float: left; width: 180px; text-align: center; margin-right: 40px; }

.indexNewMedia ul li img { display: block; width: 180px; }

.indexNewMedia ul li h3 { font-size: 18px; font-weight: 700; margin-top: 10px; }

.indexNewMedia ul li p { color: #333333; font-size: 14px; margin-top: 10px; }

.indexApp { background-color: #fff; height: 410px; padding: 30px 30px 0px; margin-top: 10px; overflow: hidden; }

.indexApp ul { width: 460px; padding-top: 30px; }

.indexApp ul li { float: left; width: 180px; text-align: center; margin-right: 40px; }

.indexApp ul li img { display: block; width: 180px; }

.indexApp ul li h3 { font-size: 18px; font-weight: 700; margin-top: 10px; }

.indexApp ul li p { color: #333333; font-size: 14px; margin-top: 10px; }

.indexNewspaper { width: 460px; background-color: #fff; padding: 30px 30px 0px; height: 826px; margin-top: 10px; }

.indexNewspaper dl dt { padding-top: 30px; padding-bottom: 15px; }

.indexNewspaper dl dt img { display: block; height: 105px; display: block; margin: 0px auto; }

.indexNewspaper dl dd { border: 1px solid #eae4e4; }

.indexNewspaper dl dd img { display: block; width: 100%; }

#footer{text-align:center; margin-top:50px; position:relative; font-family: "Microsoft YaHei","微软雅黑","SimSun","宋体";padding-bottom: 20px;} 
#footer .bq-imga {position:absolute; left:325px; top:40px; overflow:hidden; width:80px; height:80px;}
.about { height:8px; overflow: hidden; background: #f8b551; line-height: 40px; color: #FFF; font-size: 14px; text-align: center; font-family: "Microsoft YaHei","微软雅黑","SimSun","宋体";}
.about a{color: #FFF;}
.copyright {line-height: 24px; margin:40px 0 ; overflow: hidden;}
.copyright_icon {padding: 0 10px 0 0;}
.copyright_box {text-align: left; padding-top: 7px; font-size: 12px; line-height: 22px; font-family: "Microsoft YaHei","微软雅黑","SimSun","宋体";}
.main { width:1100px; margin:0 auto;}
.copyright_media span{margin-left: 30px;font-size: 16px;color: #000;line-height: 20px;text-align: center;width:80px;display: inline-block;font-size: 12px;}

/*--专栏--*/
.commonBanner { min-width: 1440px; position: relative; }
.commonBanner img { display: block; width: 100%; }
.commonBanner p { width: 100%; position: absolute; left: 0px; top: 50%; margin-top: -37px; font-size: 50px; text-align: center; color: #fff; font-weight: 700; }
.ColumnList { padding-bottom: 60px; }
.ColumnList ul li { border-bottom: 1px solid #f3f3f3; padding: 40px 0px; }
.ColumnList ul li h3 { color: #333333; font-size: 22px; font-weight: 700; }
.ColumnList ul li .desc { font-size: 16px; color: #828282; line-height: 24px; margin-top: 20px; }
.ColumnList ul li .time { color: #828282; font-size: 14px; margin-top: 20px; }

/*--2个活页夹--*/
.newslist { width:100%; float: left;  position: relative;}
.newslist-item.show,.disBlock {display: block!important;}
.newslist .new-bd,.newslist-item {display: none;}
.hd-col2 {display:flex; justify-content:space-between; margin-top:10px;}
.hd-col2 a {font-size: 20px; display: inline-block; padding:5px; border:#e5e5e5 solid 1px; border-right:none; width:9%; text-align:center; color:#272727;}
.hd-col2 a:last-child {border-right:#e5e5e5 solid 1px;}
.hd-col2 a.on {color: #e58b04; font-weight: bold; border-bottom:#f8b551 solid 4px; background:#f3f3f3;}
.new-bd {display: none;}
.new-bd ul{ margin:20px auto 30px;}
.new-bd li{ width:50%; float:left; padding-left:40px; background:url(szwm2021-dian.png) 20px 50% no-repeat; font-size:15px; line-height:36px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.new-bd li a:hover{ color:#e58b04;}
.dis-block { display: block;}
.foot-nav { margin:10px auto 20px; border-bottom:#e5e5e5 solid 1px;}
.foot-nav a {font-size:16px; display: inline-block; padding:5px 20px; text-align:center; color:#666;}
.foot-nav a.on {color: #e58b04; font-weight: bold; border-bottom:#f8b551 solid 2px; background:#f3f3f3;}
.tab {display: none; height:120px; overflow:auto;}
.tab-on {display: block;}
.byq-list { display: inline-block;}
.byq-list li{ float:left; margin-left:20px;}
.byq-list a { line-height:170%; }
.byq-list a:hover {color: #e58b04;}
.font_12 { overflow:hidden; margin-bottom:10px;}

/*--文章详情--*/
.newsDetailTitle { padding:30px 30px 15px 30px; position: relative; margin: 0px auto; border-bottom:#DBDBDB solid 1px;}
.newsDetailTitle h1 { color: #303030; font-size: 36px; font-weight: 700; line-height:150%; text-align:center;}
.newsDetailTitle p { font-size: 16px; color: #848484; padding-top: 25px; text-align:center;}
.newsDetailTitle .share { position: absolute; right: 0px; bottom: 0px; font-size: 16px; color: #989797; vertical-align: middle; }
.newsDetailTitle .share a { display: inline-block; width: 30px; height: 30px; background-repeat: no-repeat; margin: 0px 0px 0px 10px !important; padding: 0px !important; float: none !important; vertical-align: middle; }
.newsDetail {padding:30px; overflow: hidden; margin: 0px auto;}
.newsDetail img { max-width: 100%; height: auto; }
.newsDetail p{ font-size: 17px; color: #313131; line-height:190%; margin-bottom:20px;}


/*--列表页--*/
.listnews { width:1100px; overflow:hidden; padding:20px; margin:0 auto;}
.mapnav {font-size:15px; line-height:46px; color: #7F7F7F; padding-left:10px; margin-bottom:30px; border-bottom:#DBDBDB solid 1px;}
.mapnav a {font-size:15px; line-height:46px; color: #7F7F7F;}
.mapnav a:hover {color:#e58b04;}
.mapnav span {font-family: "宋体"; font-weight: 700; margin: 0px 10px; color: #c7c7c7;}
.listnews ul li {background: url(szwm2021-icon21.png) no-repeat left 22px; font-size:17px; line-height:46px; height: 46px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
padding-left: 25px;}
.listnews ul li span {float: right; color: #999999; font-size:14px;}
.listnews ul li a:hover {color:#e58b04;}

/*--翻页--*/
.page { text-align: center; border-top: 1px solid #ebebeb; padding-top: 50px; }
.paginator1 { margin: 0 auto; margin-top: 30px; margin-bottom: 20px; width: 90%; line-height: 45px; overflow: hidden; text-align: center; }
.paginator1 a { margin: 0 5px; font-size: 16px; padding: 8px 12px; border: 1px solid #ccc; display: inline-block; line-height: normal; }
.paginator1 a:hover { color: #ffffff; background: #e58b04; padding:8px 12px; text-decoration: none; border: 1px solid #e58b04; white-space: nowrap; }
.paginator1 .First_Page { margin: 0 5px; font-size: 16px; padding: 8px 12px; border: 1px solid #ccc; display: inline-block; line-height: normal; }
.paginator1 .First_Page_action { color: #ffffff; text-decoration: none; border:none; white-space: nowrap; }
.paginator1 .Fir_Page { margin: 0 5px; font-size: 16px; padding: 8px 12px; border: 1px solid #ccc; display: inline-block; line-height: normal; }
.paginator1 .Fir_Page_action { color: #ffffff; text-decoration: none; border:none; white-space: nowrap; }
.paginator1 .action_num { color: #ffffff; background: #e58b04; padding:8px 12px; text-decoration: none; border: 1px solid #e58b04; white-space: nowrap; }
.paginator1 .next_Page { margin: 0 5px; font-size: 16px; padding: 8px 12px; border: 1px solid #ccc; display: inline-block; line-height: normal; }
.paginator1 .next_Page_Action { color: #ffffff; text-decoration: none; border:none; white-space: nowrap; }
.paginator1 .Last_Page { margin: 0 5px; font-size: 16px; padding: 8px 12px; border: 1px solid #ccc; display: inline-block; line-height: normal; }
.paginator1 .Last_Page_Action { color: #ffffff; text-decoration: none; border:none; white-space: nowrap; }
.paginator1 .go { background: #ccc; color: #fff; }
.paginator1 .go:hover { background: #e58b04; color: #fff; }
.current { color: #fff; background: #e58b04; }
.paginator1 .present { color: #fff; padding: 9px 17px; background: #e58b04; border: 1px solid #e58b04; }
.paginator1 .pre { font-size: 17px; padding: 8px 16px; border: 1px solid #ccc; color: #666; }
.paginator1 .point_p { border: 0; }
.paginator1 .point_p:hover { color: #666; padding: 8px 16px; background: none; text-decoration: none; }
.souse { margin-top: 20px; text-align: center; color: #666666; font-size: 16px; }

@media (min-width:768px){
	.imbody { min-width:1100px;}
	}